home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / c / lcc / log < prev    next >
Text File  |  1994-10-27  |  737b  |  23 lines

  1. From lcc 3.0 to 3.1:
  2.  
  3. Errors fixed:
  4.  
  5. Died with an assertion failure when a constant was cast to void in a
  6. return statement, eg, f() { return (void)4; }.
  7.  
  8. Died with an assertion failure when -b was specified.
  9.  
  10. When -n was specified, issued meaningless diagnostic
  11. "illegal character `\00'" beyond the end of the input.
  12.  
  13. Erroneously issued "unclosed comment" followed by spurious diagnostics
  14. when spaces in long comments spanned input buffer boundaries.
  15.  
  16. Line numbers suffered one extra, incorrect increment when long
  17. comments or string literals spanned input buffer boundaries.
  18.  
  19. On the MIPS, generated code that wouldn't assemble for calls to huge
  20. numeric constant addresses, like ((void (*)())0xbfc00010)().
  21.  
  22. Wed Sep  7 16:06:37 EDT 1994
  23.